Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ prosty string32
Typ prosty string32
Opis
Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 32 znaków.
Przestrzeń nazw http://api.big.pl/bimo/v1
Typ
Restriction of Typ prosty string
Diagram
Typ prosty string32
Przegląd
string32 Restriction of Typ prosty string
Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 32 znaków.
Dozwolone wartości
MaxLength32
Źródło
<xs:simpleType name="string32" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 32 znaków.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="bc:string">
    <xs:maxLength value="32" />
  </xs:restriction>
</xs:simpleType>
Zobacz także